home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-01-16 | 983 b | 26 lines | [TEXT/MPS ] |
- Macintosh
- Sample Code Notes
- _____________________________________________________________________________
- Developer Technical Support
- #21: ModalList
-
- Written by: James Beninghaus
-
- Versions: 1.00 February 1990
-
- Components: ModalList.c February 1, 1990
- ModalList.h February 1, 1990
- ModalList.r February 1, 1990
- ModalList.make February 1, 1990
- _____________________________________________________________________________
-
- ModalList is an example using a list in a dialog window. The default
- LDEF is used to display a two-dimensional list of strings. You can scroll the
- list, search for and change cell contents, and change the list’s selection
- flags.
-
- Please review Sample or TESample for the general application structure and
- MultiFinder techniques you should use when writing a new application. This
- sample is meant to demonstrate the use of the List Manager and Dialog
- Manager routines.
-